(Fclear_face_cache): Rename the `thorougly' argument
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2001 07:48:37 +0000 (07:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2001 07:48:37 +0000 (07:48 +0000)
into `thoroughly', to make it consistent with the doc string.

src/xfaces.c

index c23de151cadc9f1687a36133dc5878516f8d28fb..fc8a224b5bd82f72cd7c69f1668e4a788ebaedc9 100644 (file)
@@ -1005,10 +1005,10 @@ clear_face_cache (clear_fonts_p)
 DEFUN ("clear-face-cache", Fclear_face_cache, Sclear_face_cache, 0, 1, 0,
   "Clear face caches on all frames.\n\
 Optional THOROUGHLY non-nil means try to free unused fonts, too.")
-  (thorougly)
-     Lisp_Object thorougly;
+  (thoroughly)
+     Lisp_Object thoroughly;
 {
-  clear_face_cache (!NILP (thorougly));
+  clear_face_cache (!NILP (thoroughly));
   ++face_change_count;
   ++windows_or_buffers_changed;
   return Qnil;